home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / corscsi2 / disk3 / hhscand.do_ / hhscand.do
Text File  |  1993-05-14  |  1KB  |  45 lines

  1.  
  2. The HHSCAND.SYS and (.NEW) are Logitech provided SAPI interface drivers that
  3. our SAPI.EXE scanner driver uses as a "helper" driver.  The
  4. HHSCAND.NEW driver dated 5-14-91 (which reports its version as 2.01) does not
  5. work correctly under Windows 3.0 enhanced mode.  The older HHSCAND.SYS dated
  6. 10-5-90 (reports version 2.0) seems to work fine.  This problem has been
  7. reported to Logitech.
  8.  
  9. From Logitechs Documentation:
  10.  
  11. The device driver is installed by adding a line like the following in
  12. the CONFIG.SYS file:
  13.  
  14.     DEVICE=C:\path\HHSCAND.SYS /I=4 /T=20
  15.  
  16. where "path" is replaced with the actual directory location of the
  17. file.
  18.  
  19. The device driver will accept the following parameters (the values used
  20. below are the driver defaults):
  21.  
  22.      /A=280     Interface board base I/O address
  23.             (hexadecimal)
  24.  
  25.      /I=4        Interrupt channel (IRQ) number -
  26.             Possible values are: 2, 3, 4, 5, 7
  27.  
  28.      /D=1        DMA channel number (1 or 3)
  29.  
  30.  
  31. Special values:
  32.  
  33.      /W=105     Scanner physical width (mm)
  34.  
  35.      /H=4:8&:12:16    Horizontal resolution list (dots/mm).
  36.             The '&' sign marks the default value.
  37.             For the original ScanMan (200 dpi only), this
  38.             would be: /H=8&
  39.  
  40.      /V=4:8&:12:16    Vertical resolution list.  Default is same as
  41.             horizontal list (dots/mm).
  42.  
  43.      /T=10        Time-out (seconds).
  44.  
  45.